Fix PIF_metrics_methods declaration, which has broken PIF.
authorEwan Mellor <ewan@xensource.com>
Thu, 29 Mar 2007 14:10:26 +0000 (15:10 +0100)
committerEwan Mellor <ewan@xensource.com>
Thu, 29 Mar 2007 14:10:26 +0000 (15:10 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendAPI.py

index 6c8be0f78a00e8bc0d1ed338fc4f72360d328920..2617287165c045df433f93b880f65126bd3321b3 100644 (file)
@@ -1068,7 +1068,7 @@ class XendAPI(object):
                            'io_write_kbs',
                            'last_updated']
     PIF_metrics_attr_rw = []
-    PIF_methods = []
+    PIF_metrics_methods = []
 
     def PIF_metrics_get_all(self, _):
         return xen_api_success(XendNode.instance().pif_metrics.keys())